home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(42) then
- set the puppet of sprite 42 to 1
- set the castNum of sprite 42 to 1
- set the visible of sprite 46 to 1
- set the visible of sprite 47 to 1
- set the visible of sprite 48 to 1
- else
- set the puppet of sprite 42 to 0
- set the visible of sprite 46 to 0
- set the visible of sprite 47 to 0
- set the visible of sprite 48 to 0
- end if
- if rollOver(41) then
- set the puppet of sprite 41 to 1
- set the castNum of sprite 41 to 6
- else
- set the puppet of sprite 41 to 0
- end if
- if rollOver(43) then
- set the puppet of sprite 43 to 1
- set the castNum of sprite 43 to 21
- set the visible of sprite 44 to 1
- else
- set the visible of sprite 44 to 0
- set the puppet of sprite 43 to 0
- end if
- if rollOver(45) then
- set the puppet of sprite 45 to 1
- set the castNum of sprite 45 to 20
- else
- set the puppet of sprite 45 to 0
- end if
- go(the frame)
- end
-